home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
kuang
/
kuangeleven28.lha
/
Rexx
/
Pub
/
aminetfindcom.amirx
next >
Wrap
Text File
|
1997-03-07
|
453b
|
18 lines
/* Kuang 11 Public Channel Plugin - AminetFind
Works only in autochannels.
Has Anti Flood delay
To install add following commands
FIND
And have Aminetfind.amirx in the rexx dir
*/
options results
parse arg nick channel pxf pxt imop autochan text
if ~autochan|getclip('st_afnd')=nick|text='' then exit
parse var text . text .
setclip('st_afnd',nick)
'SAY /RX aminetfind' text 'raw notice' nick '-m10 -w100'
delay(500)
setclip('st_afnd')